home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1
/
Nebula One.iso
/
Communications
/
Converse
/
Source
/
Converse_main.m
< prev
next >
Wrap
Text File
|
1995-11-20
|
340b
|
16 lines
/* Generated by the NeXT Project Builder
NOTE: Do NOT change this file -- Project Builder maintains it.
*/
#import <eointerface/eointerface.h>
void main(int argc, char *argv[]) {
[EOApplication new];
if ([NXApp loadNibSection:"Converse.nib" owner:NXApp withNames:NO])
[NXApp run];
[NXApp free];
exit(0);
}